Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use UtxoPerKbyte for custom utxo fees #12

Merged
merged 1 commit into from
Nov 25, 2024
Merged

use UtxoPerKbyte for custom utxo fees #12

merged 1 commit into from
Nov 25, 2024

Conversation

smk762
Copy link
Contributor

@smk762 smk762 commented Nov 20, 2024

closes #11

To test:

  • Go to withdraw DOC or MARTY
  • Toggle on the custom fee input
  • Set custom fee to 1
  • Send the withdraw
  • Check the transaction on the block explorer. Under Summary > Size it will show the kb size of the transaction in bytes. Divide by 1024 for kb.
  • Confirm transaction fee is size / 1024

Copy link
Member

@cipig cipig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smk762 smk762 merged commit ce0b8b0 into dev Nov 25, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FR]: switch custom fees to UtxoPerKbyte
2 participants